-
Notifications
You must be signed in to change notification settings - Fork 180
feat(parser): add type for values parsed by DynamoDBStreamRecord #4793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
dreamorosi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
You'll need to export the type also from here, of you won't be able to import it.
|
@dreamorosi oops, thanks for spotting - have amended. |
|
@benthorner the unit tests are failing, can you have a look? |
CI tests are failing
|
Hi @benthorner, please review the contributing guidelines and setup your local environment to test the changes. If the CI keeps turning red we might close the PR. |
In response to [^1]. [^1]: aws-powertools#4784
|
@dreamorosi @svozza sorry about that: I was being lazy thinking it was a "oneliner" and didn't consider you having to approve CI each time to check. I've now run Thanks for your patience - should be ready to go now. |
|
|
Hi @benthorner - thank you for the PR and for addressing the issues! |
|
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |



Summary
Changes
DynamoDBStreamRecordtype intypes/schema.ts.Issue number: closes #4784
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.